home *** CD-ROM | disk | FTP | other *** search
/ BBS in a Box 10 / BBS In A Box Volume X (AMUG) (January 1994).bin / Files / DA / A / AsyncApplinkDA.cpt / AsyncApplinkDA / Async Appletalk.rsrc / STR#_128.txt < prev    next >
Encoding:
Text File  |  1986-12-24  |  1.1 KB  |  116 lines

  1. stop 1
  2.  
  3. wait 180
  4.  
  5. rem error return
  6.  
  7. stop 0
  8.  
  9. receive 90 64
  10.  
  11. send 
  12.  
  13.  
  14. wait 120
  15.  
  16. rem Wait for NED to get ready
  17.  
  18. display              Connected.
  19.  
  20. goto 54
  21.  
  22. display           Busy, try again.
  23.  
  24. goto 54
  25.  
  26. display          Error, try again.
  27.  
  28. goto 54
  29.  
  30. display            Dialing Failed.
  31.  
  32. loop
  33.  
  34. if busy 45
  35.  
  36. if error 43
  37.  
  38. if connect 47
  39.  
  40. receive 300 10
  41.  
  42. count 8
  43.  
  44. send 
  45.  
  46.  
  47. dial
  48.  
  49. send ATD 
  50.  
  51. display               Dialing ...
  52.  
  53. rem Modem responded, try dialing.
  54.  
  55. rem 29
  56.  
  57. goto 54
  58.  
  59. display No response from modem.
  60. Check your cables, etc.
  61.  
  62. rem No response from Modem.
  63.  
  64. loop
  65.  
  66. if ok 31
  67.  
  68. receive 75 10
  69.  
  70. count 4
  71.  
  72. send ATE0
  73.  
  74.  
  75. rem Send a command to modem.
  76.  
  77. loop ignoring up to 7 lines
  78.  
  79. receive 10 10
  80.  
  81. count 8
  82.  
  83. loop send 3 "+"s surrounded by silence
  84.  
  85. send +
  86.  
  87. count 3
  88.  
  89. wait 65
  90.  
  91. display     Hayes-Compatible Dialer
  92.                  V1.0B1
  93.  
  94. display It is an error to display this message.
  95.  
  96. goto 12
  97.  
  98. rem in the dialing language.
  99.  
  100. rem This example uses each statement
  101.  
  102. rem 7
  103.  
  104. rem Version 1.0b1 November 1986
  105.  
  106. rem 5
  107.  
  108. rem By Steve Ligett.
  109.  
  110. rem 3
  111.  
  112. rem The USR Password is Hayes compatible.
  113.  
  114. rem This program dials a US Robotics Modem.
  115.  
  116.